* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  background-color: rgba(245, 245, 245, 0.925);

}

#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.notfound {
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center
}

.notfound .error_logo {
  width: 200px;
  height: auto;
  margin: auto;
  margin-bottom: 30px;
}

.notfound .error_logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.notfound .notfound-404 {
  position: relative;
  height: 240px;
  left: -10px;
}

.notfound .notfound-404 h1 {
  font-family: montserrat, sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 252px;
  font-weight: 900;
  margin: 0;
  color: #9700ff;
  text-transform: uppercase;
  letter-spacing: -38px;
  margin-top: 15px;
}

.notfound .notfound-404 h1>span {
  text-shadow: -8px 0 0 #fff;
}

.notfound .notfound-404 h3 {
  font-family: cabin, sans-serif;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #262626;
  margin: 0;
  letter-spacing: 3px;
  padding-left: 8px;
  margin-bottom: 30px;
}

.notfound h2 {
  font-family: cabin, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #262626;
  margin-top: 30px;
  margin-bottom: 25px
}

.back-btn {
  text-decoration: none;
  cursor: pointer;
}

.back-btn button {
  padding: 10px 18px;
  background-color: #9700ff;
  display: block;
  color: white;
  text-align: center;
  border: none;
  margin: 0px auto;
  font-size: 16px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;

}
.sucess-btn button {
  padding: 10px 18px;
  background-color: green;
  display: block;
  color: white;
  text-align: center;
  border: none;
  margin: 0px auto;
  font-size: 16px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;

}
.success-icon {
  font-size: 3em;
  color: green;
}

.delete-icon {
  font-size: 3em;
  color: #9700ff;
}

.userdelete{
  max-width: 560px !important;
}
#success_page
{
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-block: 80px;
}
.success_page_box
{
  background-color: rgba(214, 213, 213,0.2);
  border:1px solid rgb(0, 0, 0,0.2) ;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0px 0px 5px gainsboro;
  margin: 20px;
}
.logo{
    width: 120px !important;
    height: 120px !important;
    object-fit: cover !important;
}

.brain-friend .logo{
    width: auto !important;
    height: 120px !important;
    object-fit: cover !important;
}

.brain-friend .notfound .notfound-404 h1{
    color: #C70177 !important;
}

.brain-friend .back-btn button{
    background-color: #C70177 !important;
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 {
    height: 200px
  }

  .notfound .notfound-404 h1 {
    font-size: 200px
  }

  .notfound .error_logo {
    width: 180px;
    height: auto;
  }

  .notfound .notfound-404 h3 {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 {
    height: 162px
  }

  .notfound .notfound-404 h1 {
    font-size: 162px;
    height: 150px;
    line-height: 162px;
    letter-spacing: -25px !important;
  }


  .notfound h2 {
    font-size: 16px;
    padding: 0 20px;
    line-height: 28px;
    margin-inline: 15px;
  }

  .notfound-404 h3 {
    font-size: 16px !important;
  }

  .notfound .error_logo {
    width: 140px;
    height: auto;
  }
  .success_logo img
  {
    width: 80% !important;
    height: auto !important;

  }
  .success_page_box
  {
    margin: 40px;
  }
  .success_heading ,.delete_heading
  {
    font-size: 18px;
  }
  .success-icon
  {
    font-size: 2em;
  }
  .delete_title
  {
    font-size: 16px !important;
  }
  .delete_heading
  {
    padding: 0px !important;
  }
}
